home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tcombo.exe / SCOMBOBX.CPP < prev    next >
C/C++ Source or Header  |  1992-11-18  |  1KB  |  29 lines

  1. /*************************************************************************/
  2. /*                                                                       */
  3. /* SCOMBOBX.CPP                                                          */
  4. /*                                                                       */
  5. /* Copyright (c) 1992, Vincent J. Dentice                                */
  6. /* All rights reserved                                                   */
  7. /*                                                                       */
  8. /* This file contains the stream registration object for the class       */
  9. /* TComboBox.                                                            */
  10. /*                                                                       */
  11. /*                                                                       */
  12. /*   Date    Prg  Ver  Description                                       */
  13. /* --------  ---  ---  ------------------------------------------------- */
  14. /* 11/16/92  VJD  0.2  Added streamability to the TComboBox classes.     */
  15. /*                                                                       */
  16. /*************************************************************************/
  17.  
  18.  
  19. #define Uses_TComboBox
  20. #define Uses_TStreamableClass
  21. #include "tcombobx.h"
  22. __link( RView )
  23.  
  24.  
  25. TStreamableClass RComboBox( TComboBox::name,
  26.                 TComboBox::build,
  27.                 __DELTA(TComboBox)
  28.               );
  29.